| Method | Request URI |
|---|---|
| GET | /API/Resource/ImageThumbnailFile/{id}/?maxWidth=value&maxHeight=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| maxWidth | The maximum width, if any. |
| maxHeight | The maximum height, if any. |
| sessionId | The ID of the session. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the image resource. |
| Authorization: Bearer <Current session ID> |